|
EPD Extension Kit for MSP430 LaunchPad
|
The EPD configurations. More...
Go to the source code of this file.
Macros | |
| #define | EPD_KIT_TOOL_FUNCTIONS |
| #define | COG_V110 |
| Supported COG version. More... | |
| #define | COG_SPI_baudrate 8000000 |
| #define | BUFFER_SIZE 1 |
| #define | PAYLOAD_SIZE 32 |
| #define | EPD_KIT_TOOL_VERSION "1.00 " |
| #define | EPD_KIT_TOOL_ID (uint16_t)0x0101 |
| Kit ID for recognizing by EPD Kit Tool. More... | |
The EPD configurations.
Copyright (c) 2012-2013 Pervasive Displays Inc. All rights reserved.
Authors: Pervasive Displays Inc.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
| #define BUFFER_SIZE 1 |
Define the number of ram buffer for system packet used interchangeably
| #define COG_SPI_baudrate 8000000 |
The SPI frequency of this kit (8MHz)
| #define COG_V110 |
Supported COG version.
| #define EPD_KIT_TOOL_FUNCTIONS |
Define EPD_KIT_TOOL_FUNCTIONS if the code will work with EPD Kit Tool.
| #define EPD_KIT_TOOL_ID (uint16_t)0x0101 |
Kit ID for recognizing by EPD Kit Tool.
| #define EPD_KIT_TOOL_VERSION "1.00 " |
Firmware version to display on EPD Kit Tool
| #define PAYLOAD_SIZE 32 |
System Packet length=6~64, maximum=64.
| Byte | Name |
|---|---|
| 0 | Packet Header |
| 1 | Packet Length |
| 2-3 | Kit ID |
| 4 | Command Type |
| 5-62 | Data |
| 63 | CRC |
1.8.3.1